From: Richard M. Stallman Date: Sun, 16 May 1993 17:43:36 +0000 (+0000) Subject: (mark-c-function): Activate the mark. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96231 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=069b6ce323203674127efdafe927087d9ba0aae7;p=emacs.git (mark-c-function): Activate the mark. --- diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index a9f7e0cedef..a9aab352c7b 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -947,7 +947,7 @@ If within a string or comment, move by sentences instead of statements." (interactive) (push-mark (point)) (end-of-defun) - (push-mark (point)) + (push-mark (point) nil t) (beginning-of-defun) (backward-paragraph))